The following tables list the members exposed by TransactionLogOptions<TKey,TValue>.
Name | Description | |
---|---|---|
![]() | TransactionLogOptions<TKey,TValue> Constructor | Options used to initialize a TransactionLog |
Name | Description | |
---|---|---|
![]() | FileBuffer | The file buffer size, CAUTION: values above 16 bytes may leave data in memory |
![]() | FileName | The file name to read/write the log |
![]() | FileOptions | The file open options for appending to a log, default = WriteThrough |
![]() | KeySerializer | The serializer for the TKey type |
![]() | ReadOnly | Gets or sets if the transaction log is treated as read-only |
![]() | ValueSerializer | The serializer for the TValue type |